#children {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #828282;
    background: #fff;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.children-title h3 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    font-size: 36px;
    color: #000000;
}

.children-title h3:before {
    content: '';
    width: 98px;
    height: 16px;
    background: url(../images/title-left.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.children-title h3:after {
    content: '';
    width: 98px;
    height: 16px;
    background: url(../images/title-right.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.children-title h5 {
    font-size: 16px;
    color: #000000;
}

.children-banner {
    width: 100%;
}

.children-banner .text-center {
    text-align: center;
}

.children-banner .text-inner {
    padding-top: 190px;
    height: 420px;
}

.children-banner .text-inner h2 {
    font-weight: 800;
    font-size: 64px;
    color: #FFFFFF;
}

.children-banner .text-inner p {
    font-size: 14px;
    color: #FFFFFF;
}

.children-location {
    padding: 10px 0;
    background: #000000;
    color: #9A9A9A;
}

.children-location p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
}

.children-location .container:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url(../images/location.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    top: 4px;
}

.children-summary-item {
    background: #FFF6E5;
}

.children-summary-item-1 {
    background: url(../images/children/children-bg-1.jpg) no-repeat;
    background-size: 100% 100%;
}

.children-summary-item-3 {
    background: url(../images/children/children-bg-2.jpg) no-repeat;
    background-size: 100% 100%;
}

.children-summary-item {
    margin: 50px 0;
    border-radius: 20px;
}

.children-summary-item .col-md-5 img {
    margin: 30px 0 35px 190px;
}

.children-summary-item h3 {
    position: relative;
    top: -30px;
    margin-bottom: 50px;
    color: #2F8449;
    font-size: 30px;
    font-weight: 700;
    z-index: 1000;
    display: inline-block;
}

.children-summary-item h3:after {
    content: '';
    width: 95px;
    height: 4px;
    background: url(../images/title-icon-1.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-top: 10px;
}

.children-summary-item .children-summary-item-title span {
    font-size: 140px;
    font-weight: 700;
    color: #D6D6D6;
    position: relative;
    left: -70px;
    top: 10px;
    z-index: 1;
    display: inline-block;
}

.children-summary-item p {
    font-size: 20px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    letter-spacing: 2px;
}

.children-summary-item p:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #2F8449;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.children-summary-item-2 .col-md-5 {
    padding-left: 200px;
    padding-bottom: 50px;
}

.children-summary-item-2 .col-md-7 div {
    display: inline-block;
}

.children-summary-item-2 img {
    margin-top: 50px;
    margin-left: 10px;
}

.children-summary-item-2 p {
    color: #57585C;
    line-height: 1.5;
    margin-bottom: 0;
}

.children-summary-item-3 p, .children-summary-item-4 p {
    text-indent: 2em;
    padding-left: 0;
}

.children-summary-item-3 p:before, .children-summary-item-4 p:before {
    content: none;
}

.children-summary-item-4 {
    padding-bottom: 50px;
}

.children-summary-item-4 .col-md-5 {
    padding-left: 200px;
}

.children-summary-item-4 .children-summary-item-left {
    padding-left: 200px;
    padding-bottom: 50px;
}

.children-summary-item-right .col-md-4 {
    margin-top: 30px;
    background: #000000;
    margin-left: 50px;
    border-radius: 20px 0 0 0;
    height: 360px;
}

.children-summary-item-right .col-md-4 h5 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    padding: 70px 0;
}

.children-summary-item-right .col-md-4 p {
    color: #FFFFFF;
    font-size: 20px;
    text-indent: 0;
}

.children-summary-item-right-2.col-md-4 h5, .children-summary-item-right-2.col-md-4 p {
    color: #2F8048;
}

#children-key {
    background: #2F8449;
}

.children-key-item-2 {
    padding-left: 50px;
}

.children-key-item-2 h3 {
    padding-top: 110px;
    color: #FFA008;
    font-size: 36px;
    text-align: right;
}

.children-key-item-2 h5 {
    color: #80A48A;
    font-size: 16px;
    padding-bottom: 90px;
    text-align: right;
}

.children-key-item-2 p {
    text-indent: 2em;
    color: #FFFFFE;
    font-size: 20px;
}

.children-key-item-3 {
    background: #FFA008;
    height: 725px;
    margin-top: 70px;
}

#children-north {
    background: url(../images/children/children-bg-3.jpg) no-repeat;
    background-size: 100% 100%;
}

.children-north-item-1 {
    padding-top: 250px;
    padding-left: 360px;
    padding-bottom: 280px;
}

.children-north-item-1 h3 {
    font-size: 36px;
}

.children-north-item-1 h5 {
    color: #686868;
    font-size: 16px;
}

.children-north-item-1 p {
    color: #444444;
    font-size: 20px;
    text-indent: 2em;
}

.children-north-item-1 p span {
    color: #308449;
}

.children-north-item-2 {
    margin-top: 170px;
}

#children-expert {
    background: #000000;
}

.children-expert-title {
    padding-top: 80px;
}

.children-expert-title h3 {
    color: #FFFFFF;
    font-size: 36px;
}

.children-expert-title h5 {
    color: #626262;
    font-size: 16px;
}

.children-expert-desc {
    padding-left: 170px;
    padding-top: 80px;
    padding-bottom: 90px;
}

.children-expert-desc div {
    display: none;
}

.children-expert-desc .children-expert-desc-active {
    display: block;
}

.children-expert-desc h2 {
    color: #FEFEFE;
    font-size: 48px;
}

.children-expert-desc h2:after {
    content: '';
    width: 62px;
    height: 4px;
    background: #FFA008;
    display: block;
    margin-top: 10px;
}

.children-expert-desc p {
    margin-top: 40px;
    color: #FEFEFE;
    font-size: 20px;
}

#children-expert .children-expert-item div {
    display: inline-block;
}

#children-expert .children-expert-item .children-expert-item-active img {
    width: 102px;
    height: 103px;
    outline: 4px solid #2F8449;
    outline-offset: -4px;
}

.children-expert-item-left {
    padding-left: 200px;
}

.children-expert-item-right {
    margin-top: 30px;
}

.children-expert-item-right div {
    display: none;
}

.children-expert-item-right .children-expert-item-right-active {
    display: block;
}

#children-effect {
    padding-bottom: 50px;
}

#children-effect h5 {
    color: #626262;
}

#children-effect p {
    color: #010101;
    font-size: 20px;
}

#children-effect img {
    padding-top: 30px;
    display: block;
    margin: 0 auto;

}

@media screen and  (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .col-md-12 {
        padding: 0;
    }

    .children-banner .text-inner {
        padding-top: 20px;
        height: 140px;
    }

    .children-banner .text-inner h2 {
        font-size: 24px;
    }

    .children-location p {
        font-size: 14px;
    }

    .children-title {
        margin-bottom: 10px;
    }

    .children-title h3 {
        margin-top: 40px;
        font-size: 20px;
    }

    .children-title h3:before {
        width: 50px;
        height: 8px;
        background-size: 100% 100%;
    }

    .children-title h3:after {
        width: 50px;
        height: 8px;
        background-size: 100% 100%;
    }

    .children-summary-item-1 {
        background: none;
    }

    .children-summary-item .col-md-5 img {
        margin: 0;
    }

    .children-summary-item h3 {
        padding-top: 50px;
        padding-bottom: 20px;
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .children-summary-item p {
        font-size: 16px;
    }

    .children-summary-item p:before {
        top: 6px;
    }

    .children-summary-item .children-summary-item-title span {
        position: absolute;
        font-size: 90px;
        top: -20px;
        right: 10px;
        left: unset;
    }

    .children-summary-item-2 .col-md-5 {
        padding-left: 15px;
        padding-bottom: 20px;
    }

    .children-summary-item-2 .col-md-7 {
        display: flex;
        justify-content: space-around;
    }

    .children-summary-item-2 img {
        margin-left: 0;
    }

    .children-summary-item-3 {
        background: none;
    }

    .children-summary-item-4 .children-summary-item-left {
        padding-left: 15px;
        padding-bottom: 50px;
    }

    .children-summary-item-right .col-md-4 {
        margin-left: 0;
    }

    .children-summary-item-right .col-md-4 {
        height: 240px;
    }

    .children-summary-item-right .col-md-4 h5 {
        padding: 40px 0;
    }

    .children-key-item-2 {
        padding: 0 15px;
    }

    .children-key-item-2 h3 {
        padding-top: 50px;
        font-size: 30px;
    }

    .children-key-item-2 h5 {
        font-size: 10px;
        padding-bottom: 30px;
    }

    .children-key-item-2 p {
        font-size: 16px;
    }

    .children-key-item-3 {
        display: none;
    }

    .children-north-item-1 {
        padding: 30px 15px;
    }

    .children-north-item-1 h3 {
        font-size: 30px;
    }

    .children-north-item-1 h5 {
        font-size: 10px;
    }

    .children-north-item-1 p {
        font-size: 16px;
    }

    .children-north-item-2 {
        margin-top: 30px;
    }

    .children-expert-item {
        display: inline-block;
        text-align: center;
    }

    .children-expert-desc {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #children-expert .children-expert-item div {
        margin-bottom: 10px;
    }

    .children-expert-item-left {
        padding-left: 15px;
    }

    .children-expert-item-right {
        display: none;
    }

    #children-effect p {
        color: #010101;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}